Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 2be01988e867e2a442228222133c9f8f53dcd65f


Parents : 1a37f49
Author : Sudo-Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-03-05T15:24:12-06:00

Update Vitest configuration: disable UI and auto-open options for a streamlined testing experience.

Changes

1 files changed, 2 insertions(+), 2 deletions(-)


Diff

diff --git a/vitest.config.js b/vitest.config.js
index e994abd0..a795c62f 100644
--- a/vitest.config.js
+++ b/vitest.config.js
@@ -9,8 +9,8 @@ export default defineConfig({
environment: "jsdom",
include: ["tests/frontend/**/*.{test,spec}.{js,ts,jsx,tsx}"],
setupFiles: ["tests/frontend/setup.js"],
- ui: true,
- open: true,
+ ui: false,
+ open: false,
},
resolve: {
alias: {


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────